home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Made with REALbasic™ / Cubies Winners / Developer Tool / TBFinder 2.0 ƒ / Source ƒ / TBFinder Source README next >
Encoding:
Text File  |  2000-01-19  |  1.4 KB  |  27 lines

  1. TBFinder Sourcecode README
  2.  
  3. TBFinder is Open Source. This means that you can modify and recompile the code as much as you like. However, if you have made any changes that you want to contribute with, send me the updated project and i'll include them in the next official release (that is, if they are useful).
  4.  
  5. Before sending the code, please make sure that it works properly.
  6.  
  7. Fabian Lidman
  8. fabian.lidman@swipnet.se
  9.  
  10. ---
  11.  
  12. Additional notes by Thomas Tempelmann (Aug 6, 99)
  13.  
  14. You need a recent developer pre-release (version 2.1) of RB to be able to compile the project.
  15. You can get it at: http://www.realsoftware.com/realbasicbeta.html
  16.  
  17. If you update the version numbers in the Build dialog, don't forget to also edit the version number in the About box (where you also might want to add your name to the list of authors).
  18.  
  19. Before you make updates to this source, make sure that you have the very latest version of it. It is always available at: http://home.swipnet.se/~w-42040/rb.html
  20.  
  21. And, if you plan to make changes that you later want to return to Fabian, it is also a good idea to notify him in advance so that he prevent others working on the same code at the same time, because that would cause him some trouble when later merging all the different changes together.
  22.  
  23. Of course, it is also a good idea to mark the areas where you made changes, and update the ReadMe file to reflect your modifications.
  24.  
  25. Thomas
  26. rb@tempel.org
  27.